home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
AntyDialery
/
Koala AntyDialer 1.1 demo
/
kad1.1demo.exe
/
0
/
RCDATA
/
TCHOOSEDIRFORM
/
TCHOOSEDIRFORM.txt
Wrap
Text File
|
2004-02-06
|
1KB
|
63 lines
object ChooseDirForm: TChooseDirForm
Left = 346
Top = 311
BorderStyle = bsSingle
Caption = 'Select Destination Directory'
ClientHeight = 285
ClientWidth = 384
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DriveComboBox: TDriveComboBox
Left = 8
Top = 232
Width = 369
Height = 19
DirList = DirectoryListBox
TabOrder = 0
end
object DirectoryListBox: TDirectoryListBox
Left = 8
Top = 32
Width = 369
Height = 193
ItemHeight = 16
TabOrder = 1
OnChange = DirectoryListBoxChange
end
object edDir: TEdit
Left = 8
Top = 8
Width = 369
Height = 21
TabOrder = 2
Text = 'C:\Program Files'
end
object btCancel: TButton
Left = 224
Top = 256
Width = 75
Height = 25
Caption = '&Cancel'
TabOrder = 3
OnClick = btCancelClick
end
object btOk: TButton
Left = 88
Top = 256
Width = 75
Height = 25
Caption = '&Ok'
TabOrder = 4
OnClick = btOkClick
end
end